github.com/jackc/pgx/v5/pgtype.underlyingTypeEncodePlan.next (field)

3 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		pgtype.go#L1397: 	next          EncodePlan
		pgtype.go#L1400: func (plan *underlyingTypeEncodePlan) SetNext(next EncodePlan) { plan.next = next }
		pgtype.go#L1403: 	return plan.next.Encode(reflect.ValueOf(value).Convert(plan.nextValueType).Interface(), buf)